projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6bbe4
)
README.kconfig: fix typo
author
Igor Grinberg
<
[email protected]
>
Tue, 21 Oct 2014 10:27:45 +0000
(13:27 +0300)
committer
Tom Rini
<
[email protected]
>
Mon, 27 Oct 2014 21:54:10 +0000
(17:54 -0400)
Fix typo in defconfig file format description.
Signed-off-by: Igor Grinberg <
[email protected]
>
Cc: Masahiro Yamada <
[email protected]
>
Acked-by: Masahiro Yamada <
[email protected]
>
doc/README.kconfig
patch
|
blob
|
history
diff --git
a/doc/README.kconfig
b/doc/README.kconfig
index 3aad5b4185b5c6bf66887c4d7d02d3bcebb3f41f..69dc45970b8393edf238b68dc5ce27500dc06d90 100644
(file)
--- a/
doc/README.kconfig
+++ b/
doc/README.kconfig
@@
-79,7
+79,7
@@
See below for how each configuration target works in U-Boot:
ST: - the line is valid for SPL and TPL images
+S: - the line is valid for Normal and SPL images
+T: - the line is valid for Normal and TPL images
- +ST: - the line is valid for Normal, SPL and
S
PL images
+ +ST: - the line is valid for Normal, SPL and
T
PL images
So, if neither CONFIG_SPL nor CONFIG_TPL is defined, the defconfig file
has no "<condition>:" part and therefore has the same form as in Linux.